3.304 \(\int \cot ^4(e+f x) \sqrt {a+b \tan ^2(e+f x)} \, dx\)

Optimal. Leaf size=117 \[ \frac {\sqrt {a-b} \tan ^{-1}\left (\frac {\sqrt {a-b} \tan (e+f x)}{\sqrt {a+b \tan ^2(e+f x)}}\right )}{f}-\frac {\cot ^3(e+f x) \sqrt {a+b \tan ^2(e+f x)}}{3 f}+\frac {(3 a-b) \cot (e+f x) \sqrt {a+b \tan ^2(e+f x)}}{3 a f} \]

[Out]

arctan((a-b)^(1/2)*tan(f*x+e)/(a+b*tan(f*x+e)^2)^(1/2))*(a-b)^(1/2)/f+1/3*(3*a-b)*cot(f*x+e)*(a+b*tan(f*x+e)^2
)^(1/2)/a/f-1/3*cot(f*x+e)^3*(a+b*tan(f*x+e)^2)^(1/2)/f

________________________________________________________________________________________

Rubi [A]  time = 0.15, antiderivative size = 117, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 6, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.240, Rules used = {3670, 475, 583, 12, 377, 203} \[ \frac {\sqrt {a-b} \tan ^{-1}\left (\frac {\sqrt {a-b} \tan (e+f x)}{\sqrt {a+b \tan ^2(e+f x)}}\right )}{f}-\frac {\cot ^3(e+f x) \sqrt {a+b \tan ^2(e+f x)}}{3 f}+\frac {(3 a-b) \cot (e+f x) \sqrt {a+b \tan ^2(e+f x)}}{3 a f} \]

Antiderivative was successfully verified.

[In]

Int[Cot[e + f*x]^4*Sqrt[a + b*Tan[e + f*x]^2],x]

[Out]

(Sqrt[a - b]*ArcTan[(Sqrt[a - b]*Tan[e + f*x])/Sqrt[a + b*Tan[e + f*x]^2]])/f + ((3*a - b)*Cot[e + f*x]*Sqrt[a
 + b*Tan[e + f*x]^2])/(3*a*f) - (Cot[e + f*x]^3*Sqrt[a + b*Tan[e + f*x]^2])/(3*f)

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 377

Int[((a_) + (b_.)*(x_)^(n_))^(p_)/((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Subst[Int[1/(c - (b*c - a*d)*x^n), x]
, x, x/(a + b*x^n)^(1/n)] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0] && EqQ[n*p + 1, 0] && IntegerQ[n]

Rule 475

Int[((e_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[((e*x)^(m
 + 1)*(a + b*x^n)^(p + 1)*(c + d*x^n)^q)/(a*e*(m + 1)), x] - Dist[1/(a*e^n*(m + 1)), Int[(e*x)^(m + n)*(a + b*
x^n)^p*(c + d*x^n)^(q - 1)*Simp[c*b*(m + 1) + n*(b*c*(p + 1) + a*d*q) + d*(b*(m + 1) + b*n*(p + q + 1))*x^n, x
], x], x] /; FreeQ[{a, b, c, d, e, p}, x] && NeQ[b*c - a*d, 0] && IGtQ[n, 0] && LtQ[0, q, 1] && LtQ[m, -1] &&
IntBinomialQ[a, b, c, d, e, m, n, p, q, x]

Rule 583

Int[((g_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.)*((e_) + (f_.)*(x_)^(n_)),
x_Symbol] :> Simp[(e*(g*x)^(m + 1)*(a + b*x^n)^(p + 1)*(c + d*x^n)^(q + 1))/(a*c*g*(m + 1)), x] + Dist[1/(a*c*
g^n*(m + 1)), Int[(g*x)^(m + n)*(a + b*x^n)^p*(c + d*x^n)^q*Simp[a*f*c*(m + 1) - e*(b*c + a*d)*(m + n + 1) - e
*n*(b*c*p + a*d*q) - b*e*d*(m + n*(p + q + 2) + 1)*x^n, x], x], x] /; FreeQ[{a, b, c, d, e, f, g, p, q}, x] &&
 IGtQ[n, 0] && LtQ[m, -1]

Rule 3670

Int[((d_.)*tan[(e_.) + (f_.)*(x_)])^(m_.)*((a_) + (b_.)*((c_.)*tan[(e_.) + (f_.)*(x_)])^(n_))^(p_.), x_Symbol]
 :> With[{ff = FreeFactors[Tan[e + f*x], x]}, Dist[(c*ff)/f, Subst[Int[(((d*ff*x)/c)^m*(a + b*(ff*x)^n)^p)/(c^
2 + ff^2*x^2), x], x, (c*Tan[e + f*x])/ff], x]] /; FreeQ[{a, b, c, d, e, f, m, n, p}, x] && (IGtQ[p, 0] || EqQ
[n, 2] || EqQ[n, 4] || (IntegerQ[p] && RationalQ[n]))

Rubi steps

\begin {align*} \int \cot ^4(e+f x) \sqrt {a+b \tan ^2(e+f x)} \, dx &=\frac {\operatorname {Subst}\left (\int \frac {\sqrt {a+b x^2}}{x^4 \left (1+x^2\right )} \, dx,x,\tan (e+f x)\right )}{f}\\ &=-\frac {\cot ^3(e+f x) \sqrt {a+b \tan ^2(e+f x)}}{3 f}+\frac {\operatorname {Subst}\left (\int \frac {-3 a+b-2 b x^2}{x^2 \left (1+x^2\right ) \sqrt {a+b x^2}} \, dx,x,\tan (e+f x)\right )}{3 f}\\ &=\frac {(3 a-b) \cot (e+f x) \sqrt {a+b \tan ^2(e+f x)}}{3 a f}-\frac {\cot ^3(e+f x) \sqrt {a+b \tan ^2(e+f x)}}{3 f}-\frac {\operatorname {Subst}\left (\int -\frac {3 a (a-b)}{\left (1+x^2\right ) \sqrt {a+b x^2}} \, dx,x,\tan (e+f x)\right )}{3 a f}\\ &=\frac {(3 a-b) \cot (e+f x) \sqrt {a+b \tan ^2(e+f x)}}{3 a f}-\frac {\cot ^3(e+f x) \sqrt {a+b \tan ^2(e+f x)}}{3 f}+\frac {(a-b) \operatorname {Subst}\left (\int \frac {1}{\left (1+x^2\right ) \sqrt {a+b x^2}} \, dx,x,\tan (e+f x)\right )}{f}\\ &=\frac {(3 a-b) \cot (e+f x) \sqrt {a+b \tan ^2(e+f x)}}{3 a f}-\frac {\cot ^3(e+f x) \sqrt {a+b \tan ^2(e+f x)}}{3 f}+\frac {(a-b) \operatorname {Subst}\left (\int \frac {1}{1-(-a+b) x^2} \, dx,x,\frac {\tan (e+f x)}{\sqrt {a+b \tan ^2(e+f x)}}\right )}{f}\\ &=\frac {\sqrt {a-b} \tan ^{-1}\left (\frac {\sqrt {a-b} \tan (e+f x)}{\sqrt {a+b \tan ^2(e+f x)}}\right )}{f}+\frac {(3 a-b) \cot (e+f x) \sqrt {a+b \tan ^2(e+f x)}}{3 a f}-\frac {\cot ^3(e+f x) \sqrt {a+b \tan ^2(e+f x)}}{3 f}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 6.98, size = 241, normalized size = 2.06 \[ -\frac {\cos ^2(e+f x) \cot ^3(e+f x) \sqrt {a+b \tan ^2(e+f x)} \left (\frac {b \tan ^2(e+f x)}{a}+1\right ) \left (\frac {\sec ^2(e+f x) \left (a-2 b \tan ^2(e+f x)\right ) \left (\sqrt {\frac {(a-b) \sin ^2(e+f x)}{a}} \sin ^{-1}\left (\sqrt {\frac {(a-b) \sin ^2(e+f x)}{a}}\right )+\sqrt {\frac {b \sin ^2(e+f x)}{a}+\cos ^2(e+f x)}\right )}{\left (a+b \tan ^2(e+f x)\right ) \sqrt {\frac {b \sin ^2(e+f x)}{a}+\cos ^2(e+f x)}}-\frac {4 (a-b) \sin ^2(e+f x) \left (a+b \tan ^2(e+f x)\right ) \, _2F_1\left (2,2;\frac {3}{2};\frac {(a-b) \sin ^2(e+f x)}{a}\right )}{a^2}\right )}{3 f} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[Cot[e + f*x]^4*Sqrt[a + b*Tan[e + f*x]^2],x]

[Out]

-1/3*(Cos[e + f*x]^2*Cot[e + f*x]^3*Sqrt[a + b*Tan[e + f*x]^2]*(1 + (b*Tan[e + f*x]^2)/a)*((Sec[e + f*x]^2*(Ar
cSin[Sqrt[((a - b)*Sin[e + f*x]^2)/a]]*Sqrt[((a - b)*Sin[e + f*x]^2)/a] + Sqrt[Cos[e + f*x]^2 + (b*Sin[e + f*x
]^2)/a])*(a - 2*b*Tan[e + f*x]^2))/(Sqrt[Cos[e + f*x]^2 + (b*Sin[e + f*x]^2)/a]*(a + b*Tan[e + f*x]^2)) - (4*(
a - b)*Hypergeometric2F1[2, 2, 3/2, ((a - b)*Sin[e + f*x]^2)/a]*Sin[e + f*x]^2*(a + b*Tan[e + f*x]^2))/a^2))/f

________________________________________________________________________________________

fricas [A]  time = 0.61, size = 311, normalized size = 2.66 \[ \left [\frac {3 \, a \sqrt {-a + b} \log \left (-\frac {{\left (a^{2} - 8 \, a b + 8 \, b^{2}\right )} \tan \left (f x + e\right )^{4} - 2 \, {\left (3 \, a^{2} - 4 \, a b\right )} \tan \left (f x + e\right )^{2} + a^{2} + 4 \, {\left ({\left (a - 2 \, b\right )} \tan \left (f x + e\right )^{3} - a \tan \left (f x + e\right )\right )} \sqrt {b \tan \left (f x + e\right )^{2} + a} \sqrt {-a + b}}{\tan \left (f x + e\right )^{4} + 2 \, \tan \left (f x + e\right )^{2} + 1}\right ) \tan \left (f x + e\right )^{3} + 4 \, {\left ({\left (3 \, a - b\right )} \tan \left (f x + e\right )^{2} - a\right )} \sqrt {b \tan \left (f x + e\right )^{2} + a}}{12 \, a f \tan \left (f x + e\right )^{3}}, \frac {3 \, \sqrt {a - b} a \arctan \left (-\frac {2 \, \sqrt {b \tan \left (f x + e\right )^{2} + a} \sqrt {a - b} \tan \left (f x + e\right )}{{\left (a - 2 \, b\right )} \tan \left (f x + e\right )^{2} - a}\right ) \tan \left (f x + e\right )^{3} + 2 \, {\left ({\left (3 \, a - b\right )} \tan \left (f x + e\right )^{2} - a\right )} \sqrt {b \tan \left (f x + e\right )^{2} + a}}{6 \, a f \tan \left (f x + e\right )^{3}}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(f*x+e)^4*(a+b*tan(f*x+e)^2)^(1/2),x, algorithm="fricas")

[Out]

[1/12*(3*a*sqrt(-a + b)*log(-((a^2 - 8*a*b + 8*b^2)*tan(f*x + e)^4 - 2*(3*a^2 - 4*a*b)*tan(f*x + e)^2 + a^2 +
4*((a - 2*b)*tan(f*x + e)^3 - a*tan(f*x + e))*sqrt(b*tan(f*x + e)^2 + a)*sqrt(-a + b))/(tan(f*x + e)^4 + 2*tan
(f*x + e)^2 + 1))*tan(f*x + e)^3 + 4*((3*a - b)*tan(f*x + e)^2 - a)*sqrt(b*tan(f*x + e)^2 + a))/(a*f*tan(f*x +
 e)^3), 1/6*(3*sqrt(a - b)*a*arctan(-2*sqrt(b*tan(f*x + e)^2 + a)*sqrt(a - b)*tan(f*x + e)/((a - 2*b)*tan(f*x
+ e)^2 - a))*tan(f*x + e)^3 + 2*((3*a - b)*tan(f*x + e)^2 - a)*sqrt(b*tan(f*x + e)^2 + a))/(a*f*tan(f*x + e)^3
)]

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sqrt {b \tan \left (f x + e\right )^{2} + a} \cot \left (f x + e\right )^{4}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(f*x+e)^4*(a+b*tan(f*x+e)^2)^(1/2),x, algorithm="giac")

[Out]

integrate(sqrt(b*tan(f*x + e)^2 + a)*cot(f*x + e)^4, x)

________________________________________________________________________________________

maple [C]  time = 1.42, size = 4518, normalized size = 38.62 \[ \text {output too large to display} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(f*x+e)^4*(a+b*tan(f*x+e)^2)^(1/2),x)

[Out]

-1/3/f*(-6*2^(1/2)*((I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)+a*cos(f*x+e)-b*cos(f*x+e)+b)/(1+co
s(f*x+e))/a)^(1/2)*(-2*(I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)-a*cos(f*x+e)+b*cos(f*x+e)-b)/(1
+cos(f*x+e))/a)^(1/2)*EllipticPi((-1+cos(f*x+e))*((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2)/sin(f*x+e),-1/(2*I*
(a-b)^(1/2)*b^(1/2)+a-2*b)*a,(-(2*I*(a-b)^(1/2)*b^(1/2)-a+2*b)/a)^(1/2)/((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1
/2))*cos(f*x+e)^3*sin(f*x+e)*a^2+6*2^(1/2)*((I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)+a*cos(f*x+
e)-b*cos(f*x+e)+b)/(1+cos(f*x+e))/a)^(1/2)*(-2*(I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)-a*cos(f
*x+e)+b*cos(f*x+e)-b)/(1+cos(f*x+e))/a)^(1/2)*EllipticPi((-1+cos(f*x+e))*((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(
1/2)/sin(f*x+e),-1/(2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)*a,(-(2*I*(a-b)^(1/2)*b^(1/2)-a+2*b)/a)^(1/2)/((2*I*(a-b)^(1
/2)*b^(1/2)+a-2*b)/a)^(1/2))*cos(f*x+e)^3*sin(f*x+e)*a*b+3*2^(1/2)*((I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^
(1/2)*b^(1/2)+a*cos(f*x+e)-b*cos(f*x+e)+b)/(1+cos(f*x+e))/a)^(1/2)*(-2*(I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-
b)^(1/2)*b^(1/2)-a*cos(f*x+e)+b*cos(f*x+e)-b)/(1+cos(f*x+e))/a)^(1/2)*EllipticF((-1+cos(f*x+e))*((2*I*(a-b)^(1
/2)*b^(1/2)+a-2*b)/a)^(1/2)/sin(f*x+e),((8*I*(a-b)^(1/2)*b^(3/2)-4*I*(a-b)^(1/2)*b^(1/2)*a+a^2-8*a*b+8*b^2)/a^
2)^(1/2))*cos(f*x+e)^3*sin(f*x+e)*a^2-3*sin(f*x+e)*cos(f*x+e)^3*2^(1/2)*((I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(
a-b)^(1/2)*b^(1/2)+a*cos(f*x+e)-b*cos(f*x+e)+b)/(1+cos(f*x+e))/a)^(1/2)*(-2*(I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-
I*(a-b)^(1/2)*b^(1/2)-a*cos(f*x+e)+b*cos(f*x+e)-b)/(1+cos(f*x+e))/a)^(1/2)*EllipticF((-1+cos(f*x+e))*((2*I*(a-
b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2)/sin(f*x+e),((8*I*(a-b)^(1/2)*b^(3/2)-4*I*(a-b)^(1/2)*b^(1/2)*a+a^2-8*a*b+8*b^
2)/a^2)^(1/2))*a*b-6*2^(1/2)*((I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)+a*cos(f*x+e)-b*cos(f*x+e
)+b)/(1+cos(f*x+e))/a)^(1/2)*(-2*(I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)-a*cos(f*x+e)+b*cos(f*
x+e)-b)/(1+cos(f*x+e))/a)^(1/2)*EllipticPi((-1+cos(f*x+e))*((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2)/sin(f*x+e
),-1/(2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)*a,(-(2*I*(a-b)^(1/2)*b^(1/2)-a+2*b)/a)^(1/2)/((2*I*(a-b)^(1/2)*b^(1/2)+a-
2*b)/a)^(1/2))*cos(f*x+e)^2*sin(f*x+e)*a^2+6*2^(1/2)*((I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)+
a*cos(f*x+e)-b*cos(f*x+e)+b)/(1+cos(f*x+e))/a)^(1/2)*(-2*(I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/
2)-a*cos(f*x+e)+b*cos(f*x+e)-b)/(1+cos(f*x+e))/a)^(1/2)*EllipticPi((-1+cos(f*x+e))*((2*I*(a-b)^(1/2)*b^(1/2)+a
-2*b)/a)^(1/2)/sin(f*x+e),-1/(2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)*a,(-(2*I*(a-b)^(1/2)*b^(1/2)-a+2*b)/a)^(1/2)/((2*
I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2))*cos(f*x+e)^2*sin(f*x+e)*a*b+3*2^(1/2)*((I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2
)-I*(a-b)^(1/2)*b^(1/2)+a*cos(f*x+e)-b*cos(f*x+e)+b)/(1+cos(f*x+e))/a)^(1/2)*(-2*(I*cos(f*x+e)*(a-b)^(1/2)*b^(
1/2)-I*(a-b)^(1/2)*b^(1/2)-a*cos(f*x+e)+b*cos(f*x+e)-b)/(1+cos(f*x+e))/a)^(1/2)*EllipticF((-1+cos(f*x+e))*((2*
I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2)/sin(f*x+e),((8*I*(a-b)^(1/2)*b^(3/2)-4*I*(a-b)^(1/2)*b^(1/2)*a+a^2-8*a*b
+8*b^2)/a^2)^(1/2))*cos(f*x+e)^2*sin(f*x+e)*a^2-3*sin(f*x+e)*EllipticF((-1+cos(f*x+e))*((2*I*(a-b)^(1/2)*b^(1/
2)+a-2*b)/a)^(1/2)/sin(f*x+e),((8*I*(a-b)^(1/2)*b^(3/2)-4*I*(a-b)^(1/2)*b^(1/2)*a+a^2-8*a*b+8*b^2)/a^2)^(1/2))
*2^(1/2)*((I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)+a*cos(f*x+e)-b*cos(f*x+e)+b)/(1+cos(f*x+e))/
a)^(1/2)*(-2*(I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)-a*cos(f*x+e)+b*cos(f*x+e)-b)/(1+cos(f*x+e
))/a)^(1/2)*cos(f*x+e)^2*a*b+6*2^(1/2)*((I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)+a*cos(f*x+e)-b
*cos(f*x+e)+b)/(1+cos(f*x+e))/a)^(1/2)*(-2*(I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)-a*cos(f*x+e
)+b*cos(f*x+e)-b)/(1+cos(f*x+e))/a)^(1/2)*EllipticPi((-1+cos(f*x+e))*((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2)
/sin(f*x+e),-1/(2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)*a,(-(2*I*(a-b)^(1/2)*b^(1/2)-a+2*b)/a)^(1/2)/((2*I*(a-b)^(1/2)*
b^(1/2)+a-2*b)/a)^(1/2))*cos(f*x+e)*sin(f*x+e)*a^2-6*2^(1/2)*((I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*
b^(1/2)+a*cos(f*x+e)-b*cos(f*x+e)+b)/(1+cos(f*x+e))/a)^(1/2)*(-2*(I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/
2)*b^(1/2)-a*cos(f*x+e)+b*cos(f*x+e)-b)/(1+cos(f*x+e))/a)^(1/2)*EllipticPi((-1+cos(f*x+e))*((2*I*(a-b)^(1/2)*b
^(1/2)+a-2*b)/a)^(1/2)/sin(f*x+e),-1/(2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)*a,(-(2*I*(a-b)^(1/2)*b^(1/2)-a+2*b)/a)^(1
/2)/((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2))*cos(f*x+e)*sin(f*x+e)*a*b-3*2^(1/2)*((I*cos(f*x+e)*(a-b)^(1/2)*
b^(1/2)-I*(a-b)^(1/2)*b^(1/2)+a*cos(f*x+e)-b*cos(f*x+e)+b)/(1+cos(f*x+e))/a)^(1/2)*(-2*(I*cos(f*x+e)*(a-b)^(1/
2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)-a*cos(f*x+e)+b*cos(f*x+e)-b)/(1+cos(f*x+e))/a)^(1/2)*EllipticF((-1+cos(f*x+e)
)*((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2)/sin(f*x+e),((8*I*(a-b)^(1/2)*b^(3/2)-4*I*(a-b)^(1/2)*b^(1/2)*a+a^2
-8*a*b+8*b^2)/a^2)^(1/2))*cos(f*x+e)*sin(f*x+e)*a^2+3*2^(1/2)*((I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)
*b^(1/2)+a*cos(f*x+e)-b*cos(f*x+e)+b)/(1+cos(f*x+e))/a)^(1/2)*(-2*(I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1
/2)*b^(1/2)-a*cos(f*x+e)+b*cos(f*x+e)-b)/(1+cos(f*x+e))/a)^(1/2)*EllipticF((-1+cos(f*x+e))*((2*I*(a-b)^(1/2)*b
^(1/2)+a-2*b)/a)^(1/2)/sin(f*x+e),((8*I*(a-b)^(1/2)*b^(3/2)-4*I*(a-b)^(1/2)*b^(1/2)*a+a^2-8*a*b+8*b^2)/a^2)^(1
/2))*cos(f*x+e)*sin(f*x+e)*a*b+4*cos(f*x+e)^4*((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2)*a^2-5*cos(f*x+e)^4*((2
*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2)*a*b+cos(f*x+e)^4*((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2)*b^2+6*a^2*2^
(1/2)*((I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)+a*cos(f*x+e)-b*cos(f*x+e)+b)/(1+cos(f*x+e))/a)^
(1/2)*(-2*(I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)-a*cos(f*x+e)+b*cos(f*x+e)-b)/(1+cos(f*x+e))/
a)^(1/2)*EllipticPi((-1+cos(f*x+e))*((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2)/sin(f*x+e),-1/(2*I*(a-b)^(1/2)*b
^(1/2)+a-2*b)*a,(-(2*I*(a-b)^(1/2)*b^(1/2)-a+2*b)/a)^(1/2)/((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2))*sin(f*x+
e)-6*b*2^(1/2)*((I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)+a*cos(f*x+e)-b*cos(f*x+e)+b)/(1+cos(f*
x+e))/a)^(1/2)*(-2*(I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)-a*cos(f*x+e)+b*cos(f*x+e)-b)/(1+cos
(f*x+e))/a)^(1/2)*EllipticPi((-1+cos(f*x+e))*((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2)/sin(f*x+e),-1/(2*I*(a-b
)^(1/2)*b^(1/2)+a-2*b)*a,(-(2*I*(a-b)^(1/2)*b^(1/2)-a+2*b)/a)^(1/2)/((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2))
*a*sin(f*x+e)-3*2^(1/2)*((I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)+a*cos(f*x+e)-b*cos(f*x+e)+b)/
(1+cos(f*x+e))/a)^(1/2)*(-2*(I*cos(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)-a*cos(f*x+e)+b*cos(f*x+e)-
b)/(1+cos(f*x+e))/a)^(1/2)*EllipticF((-1+cos(f*x+e))*((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2)/sin(f*x+e),((8*
I*(a-b)^(1/2)*b^(3/2)-4*I*(a-b)^(1/2)*b^(1/2)*a+a^2-8*a*b+8*b^2)/a^2)^(1/2))*sin(f*x+e)*a^2+3*2^(1/2)*((I*cos(
f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)+a*cos(f*x+e)-b*cos(f*x+e)+b)/(1+cos(f*x+e))/a)^(1/2)*(-2*(I*c
os(f*x+e)*(a-b)^(1/2)*b^(1/2)-I*(a-b)^(1/2)*b^(1/2)-a*cos(f*x+e)+b*cos(f*x+e)-b)/(1+cos(f*x+e))/a)^(1/2)*Ellip
ticF((-1+cos(f*x+e))*((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2)/sin(f*x+e),((8*I*(a-b)^(1/2)*b^(3/2)-4*I*(a-b)^
(1/2)*b^(1/2)*a+a^2-8*a*b+8*b^2)/a^2)^(1/2))*b*a*sin(f*x+e)-3*((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2)*cos(f*
x+e)^2*a^2+8*cos(f*x+e)^2*((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2)*a*b-2*cos(f*x+e)^2*((2*I*(a-b)^(1/2)*b^(1/
2)+a-2*b)/a)^(1/2)*b^2-3*((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2)*a*b+((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/
2)*b^2)*cos(f*x+e)*((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/cos(f*x+e)^2)^(1/2)/(a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/si
n(f*x+e)^3/((2*I*(a-b)^(1/2)*b^(1/2)+a-2*b)/a)^(1/2)/a

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sqrt {b \tan \left (f x + e\right )^{2} + a} \cot \left (f x + e\right )^{4}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(f*x+e)^4*(a+b*tan(f*x+e)^2)^(1/2),x, algorithm="maxima")

[Out]

integrate(sqrt(b*tan(f*x + e)^2 + a)*cot(f*x + e)^4, x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int {\mathrm {cot}\left (e+f\,x\right )}^4\,\sqrt {b\,{\mathrm {tan}\left (e+f\,x\right )}^2+a} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(e + f*x)^4*(a + b*tan(e + f*x)^2)^(1/2),x)

[Out]

int(cot(e + f*x)^4*(a + b*tan(e + f*x)^2)^(1/2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sqrt {a + b \tan ^{2}{\left (e + f x \right )}} \cot ^{4}{\left (e + f x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(f*x+e)**4*(a+b*tan(f*x+e)**2)**(1/2),x)

[Out]

Integral(sqrt(a + b*tan(e + f*x)**2)*cot(e + f*x)**4, x)

________________________________________________________________________________________